Add missing NULL-check in GtkEntryAccessible
authorMario Sanchez Prada <msanchez@gnome.org>
Sun, 9 Dec 2012 10:49:35 +0000 (11:49 +0100)
committerMario Sanchez Prada <msanchez@gnome.org>
Sun, 9 Dec 2012 10:52:11 +0000 (11:52 +0100)
commit57e1e0de94823145f9287a7f66c34d229e97e70e
tree78c812c6c808f9142dd6beb32effe991b50c3ad2
parentfb312af979bccdd3cb45fa42b0c96d3ba2307f1e
Add missing NULL-check in GtkEntryAccessible

Only call to atk_object_set_name if gtk_entry_get_icon_name() is not NULL.

https://bugzilla.gnome.org/show_bug.cgi?id=689923
gtk/a11y/gtkentryaccessible.c